1<?xml version="1.0" encoding="utf-8"?>
2<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
3 <asmv1:assemblyIdentity name="E-Tech Timer.exe" version="5.0.0.1" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="x86" type="win32" />
4 <description asmv2:iconFile="logo.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
5 <application />
6 <entryPoint>
7 <assemblyIdentity name="E-Tech Timer" version="5.0.0.0" language="neutral" processorArchitecture="x86" />
8 <commandLine file="E-Tech Timer.exe" parameters="" />
9 </entryPoint>
10 <trustInfo>
11 <security>
12 <applicationRequestMinimum>
13 <PermissionSet version="1" class="System.Security.NamedPermissionSet" Name="LocalIntranet" Description="Default rights given to applications on the local intranet" Unrestricted="true" ID="Custom" SameSite="site" />
14 <defaultAssemblyRequest permissionSetReference="Custom" />
15 </applicationRequestMinimum>
16 <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
17 <!-- UAC Manifest Options
18 If you want to change the Windows User Account Control level replace the
19 requestedExecutionLevel node with one of the following.
20
21 <requestedExecutionLevel level="asInvoker" uiAccess="false" />
22 <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
23 <requestedExecutionLevel level="highestAvailable" uiAccess="false" />
24
25 Specifying requestedExecutionLevel node will disable file and registry virtualization.
26 If you want to utilize File and Registry Virtualization for backward
27 compatibility then delete the requestedExecutionLevel node.
28 -->
29 <requestedExecutionLevel level="asInvoker" uiAccess="false" />
30 </requestedPrivileges>
31 </security>
32 </trustInfo>
33 <dependency>
34 <dependentOS>
35 <osVersionInfo>
36 <os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" />
37 </osVersionInfo>
38 </dependentOS>
39 </dependency>
40 <dependency>
41 <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
42 <assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" />
43 </dependentAssembly>
44 </dependency>
45 <dependency>
46 <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="E-Tech Timer.exe" size="6363088">
47 <assemblyIdentity name="E-Tech Timer" version="5.0.0.0" language="neutral" processorArchitecture="x86" />
48 <hash>
49 <dsig:Transforms>
50 <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
51 </dsig:Transforms>
52 <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
53 <dsig:DigestValue>pKziiikTFvcBWb6rknx4N9E0Ojq8ogKwx4W/k0ySy2s=</dsig:DigestValue>
54 </hash>
55 </dependentAssembly>
56 </dependency>
57 <file name="blue-clock-icon.png" size="37709">
58 <hash>
59 <dsig:Transforms>
60 <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
61 </dsig:Transforms>
62 <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
63 <dsig:DigestValue>D5zJVP6kum0TgmQlE6nOCbqPEvPHnEPbiLp7AwaOFKA=</dsig:DigestValue>
64 </hash>
65 </file>
66 <file name="E-Tech Timer.exe.config" size="3848">
67 <hash>
68 <dsig:Transforms>
69 <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
70 </dsig:Transforms>
71 <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
72 <dsig:DigestValue>gUyjlxpNoCrwfGh/tzoRn5lMztYMcf0rogG1WaYgo0o=</dsig:DigestValue>
73 </hash>
74 </file>
75 <file name="logo.ico" size="202423">
76 <hash>
77 <dsig:Transforms>
78 <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
79 </dsig:Transforms>
80 <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
81 <dsig:DigestValue>jXQkQl2Lueftrr1YMSAiqL7bTa0uwOCSPFrL6t8SYgI=</dsig:DigestValue>
82 </hash>
83 </file>
84 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
85 <application>
86 <!-- A list of all Windows versions that this application is designed to work with. tically select the most compatible environment.-->
87 <!-- If your application is designed to work with Windows Vista, uncomment the following supportedOS node-->
88 <!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"></supportedOS>-->
89 <!-- If your application is designed to work with Windows 7, uncomment the following supportedOS node-->
90 <!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>-->
91 <!-- If your application is designed to work with Windows 8, uncomment the following supportedOS node-->
92 <!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"></supportedOS>-->
93 </application>
94 </compatibility>
95</asmv1:assembly>